projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0279e1c
)
gtk-demo: Use a style class on the sidebar
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Aug 2020 12:27:56 +0000
(08:27 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 13 Aug 2020 20:30:21 +0000
(16:30 -0400)
Use .navigation-sidebar for the main sidebar.
demos/gtk-demo/main.ui
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/main.ui
b/demos/gtk-demo/main.ui
index 8ea11ab79540708c4d2beeca0ba56baa80adbd64..acc789d0ff897f4afc41417db552b2eab97f81f9 100644
(file)
--- a/
demos/gtk-demo/main.ui
+++ b/
demos/gtk-demo/main.ui
@@
-70,6
+70,9
@@
<child>
<object class="GtkListView" id="listview">
+ <style>
+ <class name="navigation-sidebar"/>
+ </style>
<property name="factory">
<object class="GtkBuilderListItemFactory">
<property name="resource">/ui/main-listitem.ui</property>